10. F1 得分
08 F1 得分 SC
F1 得分练习
接下来,请记住 F1 得分的公式为:
\text{F1 Score} = 2 \cdot \frac{\text{Precision} * \text{Recall}}{\text{Precision} + \text{Recall}}
精度练习
QUESTION:
如果医疗模型的精度 55.6% ,召回率是 83.3% ,那么 F1 得分是多少?(答案请填写百分比,并四舍五入到小数点后一位。)
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer